home *** CD-ROM | disk | FTP | other *** search
/ Mac Ga Ichiban! 1996 December / macgaichiban199612.bin / NEWS ROOM / contentm.dir / 00040.ls < prev    next >
Encoding:
Text File  |  1996-02-20  |  279 b   |  11 lines

  1. on enterFrame
  2.   set the movieTime of sprite 12 to 0
  3.   set the movieRate of sprite 12 to 1
  4. end
  5.  
  6. on exitFrame
  7.   repeat while (the mouseDown <> 1) and (the movieTime of sprite 12 < 9660) and not ((the mouseCast <= 128) and (the mouseCast >= 120))
  8.     updateStage()
  9.   end repeat
  10. end
  11.